PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFUnicodeTrueTypeFont Class / PDFUnicodeTrueTypeFont Constructor / PDFUnicodeTrueTypeFont Constructor(Stream,double,boolean)
TrueType font stream
Font size.
If true, the font will be embedded in the PDF file.
In This Topic
    PDFUnicodeTrueTypeFont Constructor(Stream,double,boolean)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFUnicodeTrueTypeFont( 
       Stream stream,
       double size,
       boolean embed
    )

    Parameters

    stream
    TrueType font stream
    size
    Font size.
    embed
    If true, the font will be embedded in the PDF file.
    See Also